Welcome![Sign In][Sign Up]
Location:
Search - vc button

Search list

[Button controldraw

Description: vc ++下自绘按钮的程序源代码,超酷,值得收藏-Since the draw button under vc source code, cool, worthy of collection
Platform: | Size: 58368 | Author: 曾凌 | Hits:

[Consoleaco2

Description: 控制台应用程序 : aco 项目概况 应用程序向导已为您创建了这个 aco 应用程序。 此文件包含组成 aco 应用程序 的每个文件的内容摘要。 aco.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关用应用程序向导选择的 平台、配置和项目功能的信息。 aco.cpp 这是主应用程序源文件。 其他标准文件: StdAfx.h、StdAfx.cpp 这些文件用于生成名为 aco.pch 的预编译头(PCH)文件以及名为 StdAfx.obj 的预编译类型文件。--51 single button control and generate pwm speed control, digital display speed.
Platform: | Size: 391168 | Author: 鲍伟强 | Hits:

[Button controlNewButton

Description: 一个windows平台在, vc++ 自定义的button控件-a new self-defined button used vc++ in windows platform
Platform: | Size: 30720 | Author: 吴圣 | Hits:

[GUI Developrecording-and-playing

Description: 在VC++环境中建立对话框,在对话框上添加录音与播音按钮,点击对话框上的对应按钮就能实现录音与播音功能-In VC++ environment in the establishment of the dialog, the dialog box to add a recording and broadcast button, click on the corresponding button on the dialog box can realize recording and broadcasting function
Platform: | Size: 5523456 | Author: 罗永琴 | Hits:

[Button controlDemoButton

Description: vc自定义按钮控件,可自定义控件背景图,包含详细代码注释-VC custom button controls, can be custom control background map
Platform: | Size: 12064768 | Author: 陈瑜 | Hits:

[Button controlCBtnEx(V1.2)

Description: CBtnEx1.2继承自CButton,是在VC++6.0环境下编写的按钮扩展类。按钮的外形可以为自定义的多边形、椭圆, 或由位图中抠出的图形决定。按钮的侧面棱边可为平面或为圆弧状的平滑过渡。可以为按钮设置三种状态下(未激活、鼠标在按钮上、鼠标按下)按钮表面、按钮棱边以及按钮上文字的颜色。同时可为按钮设置焦点框、贴图、ToolTip等细节内容。 -CBtnEx1.2 inherited from CButton, is in VC++6.0 environment prepared by button extension classes. Button shape for a custom polygon, ellipse, or plucked out of a bitmap graphic decision. Button on the side of the plane or edge for a smooth transition for the arc-shaped. You can set three conditions for the button (not activated, the mouse button, mouse click) the button face, button and the button on the edge color of the text. At the same time frame for the button to set focus, mapping, ToolTip and other details.
Platform: | Size: 4719616 | Author: zhanghonghao | Hits:

[OtherDialogDll

Description: vc隐士调用dll的小例子 主对话框上点击按钮通过调用dll文件 显示系统当前时间-vc hermit call the dll example on the main dialog, click the button to display the current system time by calling the dll file
Platform: | Size: 45056 | Author: 李毅 | Hits:

[Button controlColorButton

Description: 彩色按钮编程实践,基于VC++ 6.0 开发环境实现-Color button programming practice, based on the VC 6.0 development environment
Platform: | Size: 31744 | Author: 肖传毅 | Hits:

[Windows CEbutton_beauty

Description: VS2005下美化按钮.对话框的界面类,DEMO程序,VC中修改控件color不是很方便,请参考此程序做修改,已编译通过,可放心使用;-button color beauty
Platform: | Size: 3955712 | Author: yuv | Hits:

[Button controlXPButtonDemo

Description: 自绘按钮Button,XP风格,画外边框和内边框,底色-Windows VC MFC BUtton
Platform: | Size: 4596736 | Author: 谭黎明 | Hits:

[Button controlVCPPanniu

Description: VC++设置和获得单选按钮的选中状态,一个相对初级的VC代码,分享给VC++初学者。获取单选按钮状态其实也就是判断单选按钮是否被选中,在WEB编程中,这也是一项简单实用的小技巧,在很多时候我们都需要单选按钮控件-VC++ settings and the radio button selected, a relatively junior VC code to share to the VC++ beginners. Get radio button state in fact is to determine the radio button is selected, web programming, and this is a simple and practical tips, in many cases, we need a radio button control
Platform: | Size: 13312 | Author: 李浩 | Hits:

[GUI DevelopOwnerDrawDlg

Description: VC++实现的一个对话框,可以实时显示运行曲线-Good to achieve a custom button can make the interface more beautiful beautiful
Platform: | Size: 23552 | Author: gerald | Hits:

[OtherCharToUnicode

Description: 用MFC编写的。1.可以将字符(包括中文和英文)和Unicode相互转换。2.将正整数转化为八进制、二进制、十进制、十六进制。3.键盘钩子,根据按键,显示字符、ACS码值、二进制数值。编译环境VC++6.0,系统:windows xp SP3-Written in MFC. Can characters (including Chinese and English) and Unicode conversion. (2) a positive integer into octal, binary, decimal, hexadecimal. Keyboard hook button displays characters, ACS code value, binary value. Compile the VC++6.0 environment, system: windows xp SP3,
Platform: | Size: 3703808 | Author: 帝高阳 | Hits:

[Shell api97a614fa66ed72b89e514696

Description: 想用vbs来控制鼠标的移动和点击,虽然按键精灵可以做到,但做这么简单的事情不想启动那么大一个程序,所以自己用VC写了一个小程序,可以让VBS来控制鼠标移动和点击。 用法: 移动鼠标到桌面坐标200,50的vbs命令如下: CreateObject("WScript.Shell").Run "mouse.exe m,200,50" 点击鼠标左键的vbs命令如下: CreateObject("WScript.Shell").Run "mouse.exe l" 点击鼠标右键的vbs命令如下: CreateObject("WScript.Shell").Run "mouse.exe r" 双击鼠标左键的vbs命令如下: CreateObject("WScript.Shell").Run "mouse.exe d"-Want to use vbs to control mouse movements and clicks, button wizard can do, but do not want to start a program to do such a simple thing, so with VC wrote a small program that allows VBS to control the mouse movements and clicks.
Platform: | Size: 58368 | Author: 张真玮 | Hits:

[Button controlOwnerDrawScrollBar

Description: 一个VC下的滚动条和按钮的自绘例程,在VS2003下调试通过。-This is example for owner draw scroll bar and owner draw button programming in VC. It have been debugged in Microsoft Visual Studio 2003.
Platform: | Size: 5835776 | Author: 周炳莹 | Hits:

[Windows DevelopVCKebordScan

Description: VC 键盘按键模拟变色显示/显示键值 使用VC6开发,模拟键盘按钮并且对应按键变色,同时显示键值 做类似开发的朋友可以使用参考,希望能提供给大家帮助。-VC keyboard keys analog color display/Display key With VC6 development, analog keyboard button and the corresponding key color, also shows the key Friends can do a similar development of reference, hope to provide help to everyone
Platform: | Size: 10426368 | Author: ffner | Hits:

[Picture ViewerVCduihuakuangxianshitupian

Description: 实现了在VC对话框中显示图片的功能,同时可以通过“上一个”和“下一个”按钮进行图片的切换-VC dialog box, display pictures, by the "previous" and "next" button switch of the image
Platform: | Size: 2366464 | Author: wangyingying | Hits:

[Video CaptureVtest

Description: 一个简单点的视频捕捉VC++实例源代码,VC6++编译通过,因本机没有安装摄像头,所以没有捕捉到视频,从程序运行来看,如果你电脑装有摄像头及驱动程序的话,打开本程序后它应该会显示摄像头的视频,然后点击“录像”按钮就可捕获视频了。-A simple point of the video capture the VC++ instance of the source code, VC6++ compiler through, the machine does not install the camera capture to video, the program run from the point of view, if your computer is equipped with camera head and drive the program s, then, to open this programafter it should show the video of the camera, and then click on "video" button you can capture video.
Platform: | Size: 74752 | Author: 张大单 | Hits:

[Button controlVCImageButton

Description: VC图片按钮,通过继承CButton的方式,指定图片,实现了图片按钮功能。-VC Picture button, through inheritance CButton, specify the image to achieve a picture button function.
Platform: | Size: 44032 | Author: licheng | Hits:

[Dialog_WindowWengKong

Description: VC编的一个温控器的界面,可以实现按钮的联动,对话框的调用-a Thermostat interface Compiled in VC,Button linkage can be achieved,as well as the call of the dialog box
Platform: | Size: 30007296 | Author: 东东 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net